home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / apidev / shotbl.arc / READ.ME < prev    next >
Text File  |  1989-01-12  |  1KB  |  26 lines

  1.  
  2.  
  3. SHTABLES.EXE shows the state of the major internal tables of the NetWare
  4. workstation shell (DOS).  It provides a "snapshot" look at these tables
  5. to help developers/users to understand how the shell maintains connections
  6. with multiple servers, how it handles permanent and temporary drives, and 
  7. especially the API calls used to get this information.
  8.  
  9. The code was written using MASM 5.0, and MSC 5.1.  An accompanying article
  10. describing the shell tables can be found in the NetWare Technical Journal, 
  11. the 1st Quarter 1989 Issue. 
  12.  
  13. I wrote this program as an example only.  It writes to Video RAM, and
  14. issues several BIOS calls, so there is no guarantee that it will work in
  15. all environments.  Source code is included, however, so that you may modify
  16. the code as you wish.  The program will write to different RAM memory areas
  17. based on the video mode in effect when the application is loaded.
  18.  
  19. The program will return an error if the shell is not loaded.
  20.  
  21.  
  22. Tom Brough
  23. API Consultant
  24. Engineering Services
  25. Novell Inc.
  26.